home *** CD-ROM | disk | FTP | other *** search
- property pWidth, pHeight, pMyRect, pMyState, pMyPoint, pMyImage, pBlendLevel
-
- on new me
- pMyImage = member("quit_sking_logo").image.duplicate()
- pWidth = pMyImage.width
- pHeight = pMyImage.height
- pMyRect = pMyImage.rect
- pMyPoint = point(318, 80)
- pMyState = #birth
- pBlendLevel = 0
- return me
- end
-
- on moveQuitLogo me
- if pBlendLevel < 100 then
- pBlendLevel = pBlendLevel + 1
- end if
- end
-